home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Glary Utilities / gusetup.exe / {app} / dupefinder.exe / RCDATA / TFRMMAIN / TFRMMAIN.txt
Text File  |  2010-01-14  |  42KB  |  981 lines

  1. object frmmain: Tfrmmain
  2.   Left = 198
  3.   Top = 115
  4.   AutoScroll = False
  5.   Caption = 'frmmain'
  6.   ClientHeight = 527
  7.   ClientWidth = 750
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object vtree1: TVirtualDrawTree
  21.     Left = 0
  22.     Top = 49
  23.     Width = 750
  24.     Height = 458
  25.     Align = alClient
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = 5263440
  28.     Font.Height = -11
  29.     Font.Name = 'Tahoma'
  30.     Font.Style = []
  31.     Header.AutoSizeIndex = 0
  32.     Header.Font.Charset = DEFAULT_CHARSET
  33.     Header.Font.Color = clWindowText
  34.     Header.Font.Height = -11
  35.     Header.Font.Name = 'Tahoma'
  36.     Header.Font.Style = []
  37.     Header.Height = 20
  38.     Header.Options = [hoColumnResize, hoDrag, hoVisible]
  39.     ParentFont = False
  40.     PopupMenu = PopupMenu1
  41.     StateImages = SystemImages
  42.     TabOrder = 0
  43.     TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoSpanColumns, toAutoTristateTracking, toAutoDeleteMovedNodes]
  44.     TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
  45.     TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toShowRoot, toShowTreeLines, toThemeAware, toUseBlendedImages, toUseBlendedSelection]
  46.     OnChecked = vtree1Checked
  47.     OnClick = vtree1Click
  48.     OnDrawNode = vtree1DrawNode
  49.     OnGetImageIndex = vtree1GetImageIndex
  50.     OnGetNodeWidth = vtree1GetNodeWidth
  51.     OnInitNode = vtree1InitNode
  52.     OnResize = vtree1Resize
  53.     Columns = <
  54.       item
  55.         Position = 0
  56.         Width = 180
  57.         WideText = 'Name'
  58.       end
  59.       item
  60.         Position = 1
  61.         Width = 350
  62.         WideText = 'Directory'
  63.       end
  64.       item
  65.         Position = 2
  66.         Width = 60
  67.         WideText = 'Size'
  68.       end
  69.       item
  70.         Position = 3
  71.         Width = 110
  72.         WideText = 'Creation Date'
  73.       end>
  74.   end
  75.   object StatusBar1: TdxStatusBar
  76.     Left = 0
  77.     Top = 507
  78.     Width = 750
  79.     Height = 20
  80.     Panels = <
  81.       item
  82.         PanelStyleClassName = 'TdxStatusBarTextPanelStyle'
  83.         Width = 200
  84.       end
  85.       item
  86.         PanelStyleClassName = 'TdxStatusBarTextPanelStyle'
  87.         Width = 200
  88.       end>
  89.     PaintStyle = stpsOffice11
  90.     Font.Charset = DEFAULT_CHARSET
  91.     Font.Color = clWindowText
  92.     Font.Height = -11
  93.     Font.Name = 'Tahoma'
  94.     Font.Style = []
  95.   end
  96.   object ActionList1: TActionList
  97.     Images = ImageList1
  98.     Left = 384
  99.     Top = 152
  100.     object actScan: TAction
  101.       Category = 'file'
  102.       Caption = 'Scan for dupliate files'
  103.       ImageIndex = 0
  104.       OnExecute = actScanExecute
  105.     end
  106.     object actdelete: TAction
  107.       Category = 'edit'
  108.       Caption = 'Delete checked files'
  109.       ImageIndex = 1
  110.       OnExecute = actdeleteExecute
  111.     end
  112.     object actopen: TAction
  113.       Category = 'file'
  114.       Caption = 'Open File'
  115.       OnExecute = actopenExecute
  116.     end
  117.     object actProperties: TAction
  118.       Category = 'file'
  119.       Caption = 'File Properties'
  120.       ImageIndex = 4
  121.       OnExecute = actPropertiesExecute
  122.       OnUpdate = actPropertiesUpdate
  123.     end
  124.     object actExplorer: TAction
  125.       Category = 'file'
  126.       Caption = 'Explore Folder'
  127.       ImageIndex = 3
  128.       OnExecute = actExplorerExecute
  129.       OnUpdate = actExplorerUpdate
  130.     end
  131.     object actopenwith: TAction
  132.       Category = 'file'
  133.       Caption = 'Open Width...'
  134.       OnExecute = actopenwithExecute
  135.       OnUpdate = actopenwithUpdate
  136.     end
  137.     object actreport: TAction
  138.       Category = 'file'
  139.       Caption = 'Generate Report'
  140.     end
  141.     object actExit: TAction
  142.       Category = 'file'
  143.       Caption = 'Exit'
  144.       OnExecute = actExitExecute
  145.     end
  146.     object actcheckall: TAction
  147.       Category = 'edit'
  148.       Caption = 'Check All'
  149.       ImageIndex = 2
  150.       OnExecute = actcheckallExecute
  151.     end
  152.     object actchecknone: TAction
  153.       Category = 'edit'
  154.       Caption = 'Check None'
  155.       OnExecute = actchecknoneExecute
  156.     end
  157.     object actcheckinvert: TAction
  158.       Category = 'edit'
  159.       Caption = 'Check Invert'
  160.       OnExecute = actcheckinvertExecute
  161.     end
  162.     object actcheckearch: TAction
  163.       Category = 'edit'
  164.       Caption = 'Check One In Earch Group'
  165.       OnExecute = actcheckearchExecute
  166.     end
  167.     object checkexclude: TAction
  168.       Category = 'edit'
  169.       Caption = 'Exclude this folder from future searches'
  170.       OnExecute = checkexcludeExecute
  171.       OnUpdate = checkexcludeUpdate
  172.     end
  173.     object acthelp: TAction
  174.       Category = 'help'
  175.       Caption = 'Help Contents'
  176.       ImageIndex = 5
  177.       ShortCut = 112
  178.       OnExecute = acthelpExecute
  179.     end
  180.     object acthome: TAction
  181.       Category = 'help'
  182.       Caption = 'Home page'
  183.       OnExecute = acthomeExecute
  184.     end
  185.     object actabout: TAction
  186.       Category = 'help'
  187.       Caption = 'About'
  188.       OnExecute = actaboutExecute
  189.     end
  190.   end
  191.   object ImageList1: TImageList
  192.     Left = 264
  193.     Top = 224
  194.     Bitmap = {
  195.       494C010106000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  196.       0000000000003600000028000000400000003000000001002000000000000030
  197.       0000000000000000000000000000000000000000000000000000000000000000
  198.       0000000000000000000000000000000000000000000000000000000000000000
  199.       0000000000000000000000000000000000000000000000000000000000000000
  200.       0000000000000000000000000000000000000000000000000000000000000000
  201.       0000000000000000000000000000000000000000000000000000000000000000
  202.       0000000000000000000000000000000000000000000000000000000000000000
  203.       0000000000000000000000000000000000000000000000000000000000000000
  204.       0000000000000000000000000000000000000000000000000000000000000000
  205.       0000000000000000000000000000000000000000000000000000000000000000
  206.       0000000000000000000000000000000000000000000000000000000000000000
  207.       0000000000000000000000000000000000000000000000000000000000000000
  208.       0000000000000000000000000000000000000000000000000000000000000000
  209.       0000000000000000000000000000000000000000000000000000000000000000
  210.       0000000000000000000000000000000000000000000000000000000000000000
  211.       0000000000000000000000000000000000000000000000000000000000000000
  212.       0000000000000000000000000000000000000000000000000000000000000000
  213.       0000000000000000000000000000000000000000000000000000000000000000
  214.       0000000000000000000000000000000000000000000000000000000000000000
  215.       0000000000000000000000000000000000000000000000000000000000000000
  216.       0000000000000000000000000000000000000000000000000000000000000000
  217.       0000000000000000000000000000000000000000000000000000000000000000
  218.       0000000000000000000000000000000000000000000000000000000000000000
  219.       0000000000000000000000000000000000000000000000000000000000000000
  220.       0000000000000000000000000000000000000000000000000000000000000000
  221.       0000000000000000000000000000000000000000000000000000000000000000
  222.       0000000000000000000000000000000000000000000000000000000000000000
  223.       0000000000000000000000000000000000000000000000000000000000000000
  224.       0000000000000000000000000000000000000000000000000000000000000000
  225.       0000000000000000000000000000000000000000000000000000000000000000
  226.       0000000000000000000000000000000000000000000000000000000000000000
  227.       0000000000000000000000000000000000000000000000000000000000000000
  228.       0000000000000000000000000000000000000000000000000000000000000000
  229.       0000000000000000000000000000000000000000000000000000000000000000
  230.       0000000000000000000000000000000000000000000000000000000000000000
  231.       0000000000000000000000000000000000000000000000000000000000000000
  232.       0000000000000000000000000000000000000000000000000000000000000000
  233.       0000000000000000000000000000000000000000000000000000000000000000
  234.       0000000000000000000000000000000000000000000000000000000000000000
  235.       0000000000000000000000000000000000000000000000000000000000000000
  236.       0000000000000000000000000000000000000000000000000000000000000000
  237.       0000000000000000000000000000000000000000000000000000000000000000
  238.       0000000000000000000000000000000000000000000000000000000000000000
  239.       0000000000000000000000000000000000000000000000000000000000000000
  240.       0000000000000000000000000000000000000000000000000000000000000000
  241.       0000000000000000000000000000000000000000000000000000000000000000
  242.       0000000000000000000000000000000000000000000000000000000000000000
  243.       0000000000000000000000000000000000000000000000000000000000000000
  244.       0000000000000000000000000000000000000000000000000000000000000000
  245.       0000000000000000000000000000000000000000000000000000000000000000
  246.       0000000000000000000000000000000000000000000000000000000000000000
  247.       0000000000000000000000000000000000000000000000000000000000000000
  248.       0000000000000000000000000000000000000000000000000000000000000000
  249.       0000000000000000000000000000000000000000000000000000000000000000
  250.       0000000000000000000000000000000000000000000000000000000000000000
  251.       0000000000000000000000000000000000000000000000000000000000000000
  252.       0000000000000000000000000000000000000000000000000000000000000000
  253.       0000000000000000000000000000000000000000000000000000000000000000
  254.       0000000000000000000000000000000000000000000000000000000000000000
  255.       0000000000000000000000000000000000000000000000000000000000000000
  256.       0000000000000000000000000000000000000000000000000000000000000000
  257.       0000000000000000000000000000000000000000000000000000000000000000
  258.       0000000000000000000000000000000000000000000000000000000000000000
  259.       0000000000000000000000000000000000000000000000000000000000000000
  260.       0000000000000000000000000000000000000000000000000000000000000000
  261.       0000000000000000000000000000000000000000000000000000000000000000
  262.       0000000000000000000000000000000000000000000000000000000000000000
  263.       0000000000000000000000000000000000000000000000000000000000000000
  264.       0000000000000000000000000000000000000000000000000000000000000000
  265.       0000000000000000000000000000000000000000000000000000000000000000
  266.       0000000000000000000000000000000000000000000000000000000000000000
  267.       0000000000000000000000000000000000000000000000000000000000000000
  268.       0000000000000000000000000000000000000000000000000000000000000000
  269.       0000000000000000000000000000000000000000000000000000000000000000
  270.       0000000000000000000000000000000000000000000000000000000000000000
  271.       0000000000000000000000000000000000000000000000000000000000000000
  272.       0000000000000000000000000000000000000000000000000000000000000000
  273.       0000000000000000000000000000000000000000000000000000000000000000
  274.       0000000000000000000000000000000000000000000000000000000000000000
  275.       0000000000000000000000000000000000000000000000000000000000000000
  276.       0000000000000000000000000000000000000000000000000000000000000000
  277.       0000000000000000000000000000000000000000000000000000000000000000
  278.       0000000000000000000000000000000000000000000000000000000000000000
  279.       0000000000000000000000000000000000000000000000000000000000000000
  280.       0000000000000000000000000000000000000000000000000000000000000000
  281.       0000000000000000000000000000000000000000000000000000000000000000
  282.       0000000000000000000000000000000000000000000000000000000000000000
  283.       0000000000000000000000000000000000000000000000000000000000000000
  284.       0000000000000000000000000000000000000000000000000000000000000000
  285.       0000000000000000000000000000000000000000000000000000000000000000
  286.       0000000000000000000000000000000000000000000000000000000000000000
  287.       0000000000000000000000000000000000000000000000000000000000000000
  288.       0000000000000000000000000000000000000000000000000000000000000000
  289.       0000000000000000000000000000000000000000000000000000000000000000
  290.       0000000000000000000000000000000000000000000000000000000000000000
  291.       0000000000000000000000000000000000000000000000000000000000000000
  292.       0000000000000000000000000000000000000000000000000000000000000000
  293.       0000000000000000000000000000000000000000000000000000000000000000
  294.       0000000000000000000000000000000000000000000000000000000000000000
  295.       0000000000000000000000000000000000000000000000000000000000000000
  296.       0000000000000000000000000000000000000000000000000000000000000000
  297.       0000000000000000000000000000000000000000000000000000000000000000
  298.       0000000000000000000000000000000000000000000000000000000000000000
  299.       0000000000000000000000000000000000000000000000000000000000000000
  300.       0000000000000000000000000000000000000000000000000000000000000000
  301.       0000000000000000000000000000000000000000000000000000000000000000
  302.       0000000000000000000000000000000000000000000000000000000000000000
  303.       0000000000000000000000000000000000000000000000000000000000000000
  304.       0000000000000000000000000000000000000000000000000000000000000000
  305.       0000000000000000000000000000000000000000000000000000000000000000
  306.       0000000000000000000000000000000000000000000000000000000000000000
  307.       0000000000000000000000000000000000000000000000000000000000000000
  308.       0000000000000000000000000000000000000000000000000000000000000000
  309.       0000000000000000000000000000000000000000000000000000000000000000
  310.       0000000000000000000000000000000000000000000000000000000000000000
  311.       0000000000000000000000000000000000000000000000000000000000000000
  312.       0000000000000000000000000000000000000000000000000000000000000000
  313.       0000000000000000000000000000000000000000000000000000000000000000
  314.       0000000000000000000000000000000000000000000000000000000000000000
  315.       0000000000000000000000000000000000000000000000000000000000000000
  316.       0000000000000000000000000000000000000000000000000000000000000000
  317.       0000000000000000000000000000000000000000000000000000000000000000
  318.       0000000000000000000000000000000000000000000000000000000000000000
  319.       0000000000000000000000000000000000000000000000000000000000000000
  320.       0000000000000000000000000000000000000000000000000000000000000000
  321.       0000000000000000000000000000000000000000000000000000000000000000
  322.       0000000000000000000000000000000000000000000000000000000000000000
  323.       0000000000000000000000000000000000000000000000000000000000000000
  324.       0000000000000000000000000000000000000000000000000000000000000000
  325.       00000000000000000000000000000000000000000000000000006B6B6B008787
  326.       8700888888008888880088888800888888008888880088888800878787008787
  327.       8700878787008686860078787800000000000000000000000000000000000000
  328.       0000000000005C534E00000000000000000000000000000000005C534E000000
  329.       0000000000000000000000000000000000000000000000000000000000000000
  330.       0000000000000000000000000000000000000000000000000000000000000000
  331.       0000000000000000000000000000000000000000000000000000000000000000
  332.       0000000000000000000000000000000000000000000000000000000000000000
  333.       000000000000000000000000000000000000000000000000000090909000CDCD
  334.       CD00D5D5D500D3D3D300D2D2D200D2D2D200D2D2D200D2D2D200D1D1D100D1D1
  335.       D100D1D1D100C4C4C40086868600000000000000000000000000000000008782
  336.       800087828000F3E1D700F4E3D900F4E3DA00F3E2D800F3E1D700B8A89F005C53
  337.       4E005C534E000000000000000000000000000000000000000000000000000000
  338.       0000000000000000000000000000000000000000000000000000000000000000
  339.       0000000000000000000000000000000000000000000000000000000000000000
  340.       0000000000000000000000000000000000000000000000000000000000000000
  341.       000000000000000000000000000000000000000000000000000098989800DBDB
  342.       DB00E5E5E500E4E4E400E4E4E400E4E4E400E4E4E400E5E5E500E2E2E200E1E1
  343.       E100E0E0E000D1D1D10087878700000000000000000000000000B8AAA400F4E3
  344.       D800F8FAFB00E4E2E200CFB1A200D4AB9600DDC6BB00ECF1F000F6F3F200F2E1
  345.       D600574F4B005C534E0000000000000000000000000000000000000000000000
  346.       0000000000000000000000000000000000000000000000000000000000000000
  347.       0000000000000000000000000000000000000000000000000000000000000000
  348.       0000000000000000000000000000000000000000000000000000000000000000
  349.       000000000000000000000000000000000000000000000000000098989800DBDB
  350.       DB00D4D4D400D2D2D200D0D0D000D0D0D000D2D2D200E4E4E400E6E6E600E2E2
  351.       E200E1E1E100D1D1D100878787000000000000000000B8AAA400F5EAE200F4FF
  352.       FF00CF9A8000B74C1500B9643C00D9AF9A00C0582300B9562400D5AF9F00F7FF
  353.       FF00F4E2D900413A37005C534E00000000000000000000000000000000000000
  354.       0000000000000000000000000000000000000000000000000000000000000000
  355.       0000000000000000000000000000000000000000000000000000000000000000
  356.       0000000000000000000000000000000000000000000000000000000000000000
  357.       000000000000000000000000000000000000000000000000000097979700CCCC
  358.       CC008686860074747400727272007373730085858500D2D2D200E5E5E500E3E3
  359.       E300E1E1E100D1D1D100878787000000000000000000F2E1D700F8FFFF00C77D
  360.       5800BB450C00C64E1300C2A49500FFFFFF00D9926F00C14A0F00B8450B00CE9A
  361.       8000F8FFFF00F2E0D60000000000000000000000000000000000000000000000
  362.       0000000000000000000000000000000000000000000000000000000000000000
  363.       0000000000000000000000000000000000000000000000000000000000000000
  364.       0000000000000000000000000000000000000000000000000000000000000000
  365.       000000000000000000000000000000000000000000000000000099999900DBDB
  366.       DB00C1C1C100BCBCBC00BCBCBC00BBBBBB00BCBCBC00D0D0D000E4E4E400E3E3
  367.       E300E2E2E200D1D1D1008787870000000000B8AAA400FAFAF900D8A89000BD48
  368.       0D00CD622E00CD602900CB6B3A00D88E6800CA5E2900CC622D00C95D2900B947
  369.       1000E0C9BD00F6EDE80080736D005C534E000000000000000000000000000000
  370.       0000000000000000000000000000000000000000000000000000000000000000
  371.       0000000000000000000000000000000000000000000000000000000000000000
  372.       0000000000000000000000000000000000000000000000000000000000000000
  373.       000000000000000000000000000000000000000000000000000097979700CCCC
  374.       CC00858585007373730072727200717171007272720085858500D2D2D200E5E5
  375.       E500E5E5E500D2D2D2008888880000000000F3E0D700F8FAFB00C5623200CA5C
  376.       2600CE673300CB5B2300CA896900F7E7DF00D06B3800CA5A2300CD653100C353
  377.       1B00C7785000F8FCFD00DAC8BF00020202000000000000000000000000000000
  378.       0000000000000000000000000000000000000000000000000000000000000000
  379.       0000000000000000000000000000000000000000000000000000000000000000
  380.       0000000000000000000000000000000000000000000000000000000000000000
  381.       000000000000000000000000000000000000000000000000000099999900DBDB
  382.       DB00C1C1C100BCBCBC00BCBCBC00BCBCBC00BCBCBC00BEBEBE00D0D0D000E4E4
  383.       E400E5E5E500D2D2D2008888880000000000F3E1D800F2DED600C5561E00CE66
  384.       3200CC653100CC5A2100C2866900FFFFFF00E8AD9100C44A0F00CC622D00CB5F
  385.       2800C35E2B00F3F2F100F1DFD500030303000000000000000000000000000000
  386.       0000000000000000000000000000000000000000000000000000000000000000
  387.       0000000000000000000000000000000000000000000000000000000000000000
  388.       0000000000000000000000000000000000000000000000000000000000000000
  389.       000000000000000000000000000000000000000000000000000097979700CCCC
  390.       CC0085858500737373007272720072727200717171007272720085858500D3D3
  391.       D300E4E4E400D2D2D2008888880000000000F2E1D900F3D8CA00CD5B2200CF66
  392.       3200CC642F00CC602B00C4551F00CFB5A800FFFFFF00E09C7A00C7531A00CD60
  393.       2B00C65E2900F5F1ED00EFDED400040404000000000000000000000000000000
  394.       0000000000000000000000000000000000000000000000000000000000000000
  395.       0000000000000000000000000000000000000000000000000000000000000000
  396.       0000000000000000000000000000000000000000000000000000000000000000
  397.       000000000000000000000000000000000000000000000000000099999900DBDB
  398.       DB00C1C1C100BCBCBC00BCBCBC00BCBCBC00BBBBBB00BABABA00BEBEBE00E2E2
  399.       E200E4E4E400D1D1D1008787870000000000F1E0D700FBEDE600DB6A3200D368
  400.       3300CA5E2800C9582100C9541900C14B1000E2D0C600FFFFFF00D0703F00CD5A
  401.       2000CE6A3800FCFBFB00EEDDD300272727000000000000000000000000000000
  402.       0000000000000000000000000000000000000000000000000000000000000000
  403.       0000000000000000000000000000000000000000000000000000000000000000
  404.       0000000000000000000000000000000000000000000000000000000000000000
  405.       000000000000000000000000000000000000000000000000000097979700CCCC
  406.       CC0085858500737373007171710071717100737373007373730085858500D0D0
  407.       D000DCDCDC00C7C7C7008686860000000000F0DFD600FFFFFF00F5986A00E266
  408.       2A00C88B6D00F0EAE300D77E5100BD300000D79C7E00FFFFFF00DA8C6500D153
  409.       1400E29A7600FEFDFE00CDBBB1005C534E000000000000000000000000000000
  410.       0000000000000000000000000000000000000000000000000000000000000000
  411.       0000000000000000000000000000000000000000000000000000000000000000
  412.       0000000000000000000000000000000000000000000000000000000000000000
  413.       000000000000000000000000000000000000000000000000000099999900DBDB
  414.       DB00C1C1C100BBBBBB00BABABA00BCBCBC00D0D0D000D3D3D300D2D2D200CFCF
  415.       CF00C8C8C800A8A8A8007E7E7E000000000000000000F6F1EF00FFEADB00FF8A
  416.       4900DE875C00EEFFFF00FEFCFD00E7B9A100FAFFFF00F3F9FE00E0723C00E670
  417.       3500FFF3EE00F4E7E0005C534E00000000000000000000000000000000000000
  418.       0000000000000000000000000000000000000000000000000000000000000000
  419.       0000000000000000000000000000000000000000000000000000000000000000
  420.       0000000000000000000000000000000000000000000000000000000000000000
  421.       000000000000000000000000000000000000000000000000000097979700CCCC
  422.       CC0086868600747474007373730085858500D3D3D300E6E6E600D8D8D8009B9B
  423.       9B00939393007D7D7D00646464000000000000000000F1DED400FFFFFF00FFE9
  424.       CE00FFB27000ECAF8700ECE2DF00EBF0F400F1E4E000F6A47800FE8C4D00FFDE
  425.       CA00FDFFFF00F0DDD20000000000000000000000000000000000000000000000
  426.       0000000000000000000000000000000000000000000000000000000000000000
  427.       0000000000000000000000000000000000000000000000000000000000000000
  428.       0000000000000000000000000000000000000000000000000000000000000000
  429.       000000000000000000000000000000000000000000000000000099999900DDDD
  430.       DD00D5D5D500D3D3D300D3D3D300D5D5D500E8E8E800EAEAEA00E0E0E000B2B2
  431.       B200B2B2B2006363630000000000000000000000000000000000F0DFD600FFFF
  432.       FF00FFFFFB00FFF3C600FEDDA800FCCF9800FFC99100FFD4A900FFFEF800FCFF
  433.       FF00F1DFD4000000000000000000000000000000000000000000000000000000
  434.       0000000000000000000000000000000000000000000000000000000000000000
  435.       0000000000000000000000000000000000000000000000000000000000000000
  436.       0000000000000000000000000000000000000000000000000000000000000000
  437.       000000000000000000000000000000000000000000000000000098989800D7D7
  438.       D700DFDFDF00E0E0E000E0E0E000E0E0E000E1E1E100E0E0E000D8D8D800A9A9
  439.       A9006A6A6A00000000000000000000000000000000000000000000000000F1DC
  440.       D300F5E8E400FDFCFD00FFFFFF00FFFFFF00FFFFFF00FCFBFD00F3E6E000F1DD
  441.       D200000000000000000000000000000000000000000000000000000000000000
  442.       0000000000000000000000000000000000000000000000000000000000000000
  443.       0000000000000000000000000000000000000000000000000000000000000000
  444.       0000000000000000000000000000000000000000000000000000000000000000
  445.       00000000000000000000000000000000000000000000000000008E8E8E00B1B1
  446.       B100B3B3B300B3B3B300B3B3B300B3B3B300B3B3B300B3B3B300B1B1B1008F8F
  447.       8F00000000000000000000000000000000000000000000000000000000000000
  448.       000000000000F1DCD100EFDBD000EFDBD100EFDCD100F1DBD000000000000000
  449.       0000000000000000000000000000000000000000000000000000000000000000
  450.       0000000000000000000000000000000000000000000000000000000000000000
  451.       0000000000000000000000000000000000000000000000000000000000000000
  452.       0000000000000000000000000000000000000000000000000000000000000000
  453.       0000000000000000000000000000000000000000000000000000749AB5007890
  454.       DB009C6F75009894930000000000000000000000000000000000000000000000
  455.       0000000000000000000000000000000000000000000000000000EBD4CB00AA9A
  456.       93006A5F5B0096878200E7D1C800000000000000000000000000000000000000
  457.       0000F6DED500DCC7BF00A2928C008B7E79000000000000000000000000000000
  458.       0000000000000000000000000000000000000000000000000000000000000000
  459.       0000000000000000000000000000000000000000000000000000000000000000
  460.       0000000000000000000000000000000000000000000000000000000000000000
  461.       000000000000000000000000000000000000000000000000000092D8FB0040B4
  462.       FF007185D3009D707400A19D9D00000000000000000000000000000000000000
  463.       00000000000000000000000000000000000000000000000000008B6CD6002900
  464.       DF003C229E0061575400C2AFA800F4DCD300000000000000000000000000F4DC
  465.       D300CEBAB2005E45A4002C06D600A2928C009C7373009C7373009C7373009C73
  466.       73009C7373009C7373009C7373009C7373009C7373009C7373009C7373008452
  467.       5200000000000000000000000000000000000000000000000000000000000000
  468.       0000000000000000000000000000000000000000000000000000000000000000
  469.       000000000000000000000000000000000000000000000000000000000000A3DF
  470.       FC003DBFFF006F89DB00966C7400B8B7B7000000000000000000000000000000
  471.       0000000000000000000000000000000000000000000000000000B599D8002900
  472.       DF002F08D9004F435C007A6E6A00D6C1B9000000000000000000F4DCD300C1AC
  473.       B2004323BB002900DF00785DBB00E8D1C9009C6B6300FFDECE00FFDECE00FFDE
  474.       C600FFDEC600FFD6BD00FFD6B500FFD6B500FFD6AD00FFCEAD00FFCEA500845A
  475.       52000000000000000000000000000000000000000000000000004F7EB500408C
  476.       B400405A66000000000000000000000000000000000000000000000000004040
  477.       4000000000000000000000000000000000000000000000000000C7C6C600C6C7
  478.       CA006093B2002EB2FF006886CD005F5657009087890084706C00887672007062
  479.       60008A8A8A00B5B5B500AEACAC00B3B3B3000000000000000000000000008261
  480.       DA002900DF003B18CC005B524F008F817C00DAC4BC00F4DCD300C1ACB2003814
  481.       C9002C06D6009E88AC00EED7CE00000000009C6B6300FFEFD600FFE7CE00FFE7
  482.       CE00FFE7C600FFDEBD00FFDEB500FFD6B500FFD6AD00FFD6A500FFD6A5008C5A
  483.       5A000000000000000000000000000000000000000000000000007BC5FF0091DF
  484.       FF0060CEFF003EC4FF0027AFE0004890BB00337F8A0000000000616161009B92
  485.       8200A1B2FC000000000000000000000000000000000000000000B46F4300B670
  486.       4800B36941008CB9D1009AB6C700BD918500FFE8B800FFFFEC00FFFFFF00FFFF
  487.       FA00A2817C0062332100D395710077472E000000000000000000000000000000
  488.       00007553DB002900DF004F30B800605753008D807A00B09DA4003814C9002C06
  489.       D6009E88AC00EED7CE000000000000000000A5736B00FFEFDE00FFEFD600FFE7
  490.       CE00EFDECE008C94DE00EFD6C600FFDEB500FFD6B500FFD6AD00FFD6A5008C63
  491.       5A000000000000000000000000000000000000000000000000004CAEFF00A0DE
  492.       FF0084D1FF0088D4FF008EE1FF0089E1FF007CE4FF007695A800988872004980
  493.       F20084E5FA000000000000000000000000000000000000000000F3D29D00E5FF
  494.       FF00E4FDFF00E2F6F900CCBBB900EECBA400F5F7C400F0F3CD00EEF3DF00F4FB
  495.       FF00FFFFF90084787600D7F5FD00907768000000000000000000000000000000
  496.       0000000000007553DB002900DF004E2FB8004F454F00320FC4002B05D5009E88
  497.       AC00EED7CE00000000000000000000000000AD7B6B00FFF7E700FFEFDE00ADB5
  498.       E700184AF7000031FF007B8CDE00FFDEBD00FFDEB500FFD6B500FFD6AD009463
  499.       63000000000000000000000000000000000000000000000000004CAFFF00B3E2
  500.       FF0094D4FF00A0D8FA0061524B00927E6F00B78E8300817E75004D86F00093DF
  501.       FF0028AFF7000000000000000000000000000000000000000000E6BF8800CCEE
  502.       FF00C5D7DD00BFD0D900D1B8A700E3D5A800DBCEA600DEE1C500DFE1D900E2E5
  503.       E500F8FEEA00BEAD9400A2AEB6008D7566000000000000000000000000000000
  504.       000000000000000000007452D9002900DF002B05D5002A04D40066557A00D3BE
  505.       B700F6DED500000000000000000000000000B5847300FFF7E7005A7BF7000031
  506.       FF000839FF00184AF7000031FF00DECECE00FFDEBD00FFDEB500FFD6B500946B
  507.       63000000000000000000000000000000000000000000000000005AA0FF00C8FF
  508.       FF0094FFFF005D494700F6ECE000FFFFED00FFFFE200E5C4A800C5EAEF0098FF
  509.       FF005EC3FF003C88820000000000000000000000000000000000E6BD8700CFEE
  510.       FF00C7D9DD00C1CCD400D8C3AD00DBCEA300D7C7A000D9DCB900DAE0C800DFE4
  511.       CF00EFF6D300D0BE9D00A7ADB500907362000000000000000000000000000000
  512.       000000000000F4DCD300C1ACB2002D06D7002900DF004525BB006F6560008C7F
  513.       7A00CEBAB200F1D9D0000000000000000000BD8C7300FFF7EF00BDC6EF005A7B
  514.       F700EFE7DE00CECEDE000031FF00395AEF00FFE7C600FFDEBD00FFDEB5009C6B
  515.       6B000000000000000000000000000000000000000000000000002EB2FF00BFFD
  516.       FF0093FFFF0076696E00FFFFED00FFFFFF00FFFFD700FFEDC500C4E4D00091FF
  517.       FF008BD4FF003D847A0000000000000000000000000000000000E6BB8700D2EF
  518.       FF00CADADE00C9D7E100D1BDAB00E6E4BD00DECDAB00DFD5A800E0DFB900E3E1
  519.       BC00FDFECB00BB9B8100C5D3DB00917360000000000000000000000000000000
  520.       0000F4DCD300C1ACB2003814C9002C06D6006C50BB00340DDC005635CA00776A
  521.       730081747000BDAAA300EBD4CB0000000000C6947B00FFF7F700FFF7EF00FFF7
  522.       E700FFF7E700FFEFDE006B84EF000031FF00ADADDE00FFE7C600FFDEBD009C73
  523.       6B0000000000000000000000000000000000000000000000000066D6FF00AEF7
  524.       FF0089FFFF00A5746D00FFFFE300FFFFD800FFEAC000FFF0CD00B1DED7008AFF
  525.       FF00ACECFF002E71980000000000000000000000000000000000E7BC8700D4F0
  526.       FE00CDDADC00CFE0E200C7C0BF00DBCAC200ECF2F600EDE0B900EDD5A100F4ED
  527.       B700EBCC9D00A18D8E00F5FFFF008F6F5900000000000000000000000000F1D9
  528.       D000C1ACB2003814C9002900DF008670A300E8D1C900CFB5D600411BDC004722
  529.       D60074638900776C6700AD9C9600EDD6CD00CE9C7B00FFFFFF00FFF7F700FFF7
  530.       EF00FFF7E700FFF7E700EFE7DE000839FF00184AF700EFDECE00FFE7C600A573
  531.       730000000000000000000000000000000000000000000000000074DBFF00C5ED
  532.       FF00DCFFFF00B1EBE800E6BD9F00FFE7B700FFFDDA00EED7E000B5F5F600B6FF
  533.       FF00B9F1FF00448EB80000000000000000000000000000000000E8BD8800D2EC
  534.       FE00C7D6D800CBD9DB00C7D5DA00C0B7B900D3C3BA00E4D5AF00EFD8AB00E3C5
  535.       A500B59B9700C4D7E000FFFFFF00906E55000000000000000000F3DBD200B5A2
  536.       A9003714C8002900DF006E56A500E2CCC4000000000000000000E9D1D5005B37
  537.       DC00330CDB00775FA00085787300D4BFB700D6A58400FFFFFF00FFFFFF00FFF7
  538.       F700FFF7EF00FFF7E700FFF7E7009CA5E700395AF700DECED600FFE7CE00A57B
  539.       7300000000000000000000000000000000000000000000000000B7FCFF0053D4
  540.       FF0064C9FF0070C5FF0079B8E800FFEED200DAD3C900D5F9F700DAFFFF00DCFF
  541.       FF00C5EDFF0070A5C90000000000000000000000000000000000EAC08E00D5F2
  542.       FF00CBDAE300CDDDE500CFE1E800CFE3EC00C0C5CC00B0A8AE00BCB4BC00C2C5
  543.       D000D5EBF600DDF1FC00FCFFFF00917156000000000000000000BFA6C8003714
  544.       C8002900DF00573CA900DBC6BE00000000000000000000000000000000000000
  545.       00008E6ED9002900DF00C8B0C500F4DCD300DEAD8400FFFFFF00FFFFFF00FFFF
  546.       FF00FFF7F700FFF7EF00FFF7E700FFF7E700FFEFDE00FFE7CE00FFDEC600A57B
  547.       7300000000000000000000000000000000000000000000000000D3FFFF0094FF
  548.       FF0099FFFF009BFFFF006FF0FF005DC2FF00ABE0FF00BCEBFF00E4FCFF00FBFF
  549.       FF00E6F9FF0080C6D60000000000000000000000000000000000E8C59500D9FB
  550.       FF00D3E8F200D4EAF200D4EAF300D4EAF500D7F1FA00DBF5FF00D9F4FF00DBF2
  551.       FD00DCF1FA00DCF2F700FFFFFF009475560000000000000000003F19DA002900
  552.       DF004323BB00CEBAB200F6DED500000000000000000000000000000000000000
  553.       000000000000000000000000000000000000E7B58C00FFFFFF00FFFFFF00FFFF
  554.       FF00FFFFFF00FFF7F700FFF7EF00FFF7E700F7E7D600EFBDAD00EFA59C00A57B
  555.       7B00000000000000000000000000000000000000000000000000D4F6FF009CFF
  556.       FF0090FFFF008CFFFF00C8FFFF00D6EDFF009FFFFF00AFE7FF008AE9FF0074E0
  557.       FF005CCBF5004C90C00000000000000000000000000000000000BC6E1900BD74
  558.       2600BF762500BF742400BF762500BF762500BF742400BF742400BD732200C580
  559.       3100C6802D00BC7E3600A7826A0084551F000000000000000000350DDE004B26
  560.       D900D8C1C700F6DED50000000000000000000000000000000000000000000000
  561.       000000000000000000000000000000000000EFBD8C00FFFFFF00FFFFFF00FFFF
  562.       FF00FFFFFF00FFFFFF00FFF7F700FFF7EF00AD7B6B00AD7B6B00AD7B6B00AD7B
  563.       6B0000000000000000000000000000000000000000000000000000000000D2F6
  564.       FF00C5FFFF00D8FFFF00858DB7000000000000000000000000005A478F004C69
  565.       8F00000000000000000000000000000000000000000000000000D77D1600E585
  566.       1B00E2801000E4801100E27F0D00E4811200E1811000E37C0900E0790300E682
  567.       1300E9851100E3862000CB864A00A88661000000000000000000000000000000
  568.       0000000000000000000000000000000000000000000000000000000000000000
  569.       000000000000000000000000000000000000EFBD8C00FFFFFF00FFFFFF00FFFF
  570.       FF00FFFFFF00FFFFFF00FFFFFF00FFF7F700AD7B6B00EFCE9C00CE9C7B000000
  571.       0000000000000000000000000000000000000000000000000000000000000000
  572.       0000000000000000000000000000000000000000000000000000000000000000
  573.       0000000000000000000000000000000000000000000000000000000000000000
  574.       0000000000000000000000000000000000000000000000000000000000000000
  575.       0000000000000000000000000000000000000000000000000000000000000000
  576.       0000000000000000000000000000000000000000000000000000000000000000
  577.       000000000000000000000000000000000000F7C69400DEA58400DEA58400DEA5
  578.       8400DEA58400DEA58400DEA58400DEA58400AD7B6B00D6A58400000000000000
  579.       0000000000000000000000000000000000000000000000000000000000000000
  580.       0000000000000000000000000000000000000000000000000000000000000000
  581.       000000000000000000000000000000000000424D3E000000000000003E000000
  582.       2800000040000000300000000100010000000000800100000000000000000000
  583.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  584.       0000000000000000000000000000000000000000000000000000000000000000
  585.       0000000000000000000000000000000000000000000000000000000000000000
  586.       0000000000000000000000000000000000000000000000000000000000000000
  587.       00000000000000000000000000000000C001F81F00000000C001E00700000000
  588.       C001C00300000000C001800100000000C001800100000000C001000000000000
  589.       C001000000000000C001000000000000C001000000000000C001000000000000
  590.       C001000000000000C001800100000000C001800300000000C003C00700000000
  591.       C007E00F00000000C00FF83F00000000C3FFC1F0FFFFFFFFC1FFC0E0000FFFFF
  592.       E0FFC0C0000FC7EFC000E001000FC047C000F003000FC007C000F807000FC007
  593.       C000FC07000FC003C000F803000FC003C000F001000FC003C000E000000FC003
  594.       C000C0C0000FC003C000C1F0000FC003C000C1FF000FC003C000C3FF000FE1CF
  595.       C000FFFF001FFFFFFFFFFFFF003FFFFF00000000000000000000000000000000
  596.       000000000000}
  597.   end
  598.   object SystemImages: TImageList
  599.     Left = 564
  600.     Top = 372
  601.   end
  602.   object PopupMenu1: TPopupMenu
  603.     Left = 360
  604.     Top = 216
  605.     object OpenFile2: TMenuItem
  606.       Action = actopen
  607.     end
  608.     object OpenWidth2: TMenuItem
  609.       Action = actopenwith
  610.     end
  611.     object N5: TMenuItem
  612.       Caption = '-'
  613.     end
  614.     object FileProperties1: TMenuItem
  615.       Action = actProperties
  616.     end
  617.     object ExploreFolder2: TMenuItem
  618.       Action = actExplorer
  619.     end
  620.     object Excludethisfolderfromfuturesearches2: TMenuItem
  621.       Action = checkexclude
  622.     end
  623.     object N6: TMenuItem
  624.       Caption = '-'
  625.     end
  626.     object CheckAll2: TMenuItem
  627.       Action = actcheckall
  628.     end
  629.     object CheckNone2: TMenuItem
  630.       Action = actchecknone
  631.     end
  632.     object CheckInvert2: TMenuItem
  633.       Action = actcheckinvert
  634.     end
  635.     object CheckOneInEarchGroup2: TMenuItem
  636.       Action = actcheckearch
  637.     end
  638.   end
  639.   object dxBarManager1: TdxBarManager
  640.     Font.Charset = DEFAULT_CHARSET
  641.     Font.Color = clWindowText
  642.     Font.Height = -11
  643.     Font.Name = 'Tahoma'
  644.     Font.Style = []
  645.     Bars = <
  646.       item
  647.         AllowClose = False
  648.         AllowCustomizing = False
  649.         AllowQuickCustomizing = False
  650.         AllowReset = False
  651.         Caption = 'Custom 1'
  652.         DockedDockingStyle = dsTop
  653.         DockedLeft = 0
  654.         DockedTop = 23
  655.         DockingStyle = dsTop
  656.         FloatLeft = 276
  657.         FloatTop = 213
  658.         FloatClientWidth = 23
  659.         FloatClientHeight = 22
  660.         ItemLinks = <
  661.           item
  662.             Item = dxBarButton1
  663.             Visible = True
  664.           end
  665.           item
  666.             BeginGroup = True
  667.             Item = dxBarButton12
  668.             Visible = True
  669.           end
  670.           item
  671.             BeginGroup = True
  672.             Item = btncheck
  673.             Visible = True
  674.           end
  675.           item
  676.             Item = dxBarButton8
  677.             Visible = True
  678.           end
  679.           item
  680.             Item = dxBarButton9
  681.             Visible = True
  682.           end>
  683.         Name = 'Custom 1'
  684.         OneOnRow = True
  685.         Row = 1
  686.         UseOwnFont = False
  687.         Visible = True
  688.         WholeRow = False
  689.       end
  690.       item
  691.         AllowClose = False
  692.         AllowCustomizing = False
  693.         AllowQuickCustomizing = False
  694.         AllowReset = False
  695.         Caption = 'Main Menu'
  696.         DockedDockingStyle = dsTop
  697.         DockedLeft = 0
  698.         DockedTop = 0
  699.         DockingStyle = dsTop
  700.         FloatLeft = 0
  701.         FloatTop = 0
  702.         FloatClientWidth = 0
  703.         FloatClientHeight = 0
  704.         IsMainMenu = True
  705.         ItemLinks = <
  706.           item
  707.             Item = File1
  708.             Visible = True
  709.           end
  710.           item
  711.             Item = Edit1
  712.             Visible = True
  713.           end
  714.           item
  715.             Item = Help1
  716.             Visible = True
  717.           end>
  718.         MultiLine = True
  719.         Name = 'Main Menu'
  720.         OneOnRow = True
  721.         Row = 0
  722.         UseOwnFont = False
  723.         Visible = True
  724.         WholeRow = True
  725.       end>
  726.     CanCustomize = False
  727.     Categories.Strings = (
  728.       'Default'
  729.       'File'
  730.       'Edit'
  731.       'Help'
  732.       'Menus')
  733.     Categories.ItemsVisibles = (
  734.       2
  735.       2
  736.       2
  737.       2
  738.       2)
  739.     Categories.Visibles = (
  740.       True
  741.       True
  742.       True
  743.       True
  744.       True)
  745.     Images = ImageList1
  746.     LookAndFeel.Kind = lfOffice11
  747.     LookAndFeel.NativeStyle = True
  748.     PopupMenuLinks = <>
  749.     Style = bmsOffice11
  750.     UseSystemFont = True
  751.     Left = 264
  752.     Top = 64
  753.     DockControlHeights = (
  754.       0
  755.       0
  756.       49
  757.       0)
  758.     object dxBarButton1: TdxBarButton
  759.       Action = actScan
  760.       Category = 0
  761.       PaintStyle = psCaptionGlyph
  762.     end
  763.     object dxBarButton2: TdxBarButton
  764.       Action = actdelete
  765.       Category = 0
  766.       PaintStyle = psCaptionGlyph
  767.     end
  768.     object dxBarButton3: TdxBarButton
  769.       Caption = 'New Item'
  770.       Category = 0
  771.       Hint = 'New Item'
  772.       Visible = ivAlways
  773.     end
  774.     object btncheck: TdxBarSubItem
  775.       Caption = 'Check'
  776.       Category = 0
  777.       Visible = ivAlways
  778.       ImageIndex = 2
  779.       ItemLinks = <
  780.         item
  781.           Item = dxBarButton4
  782.           Visible = True
  783.         end
  784.         item
  785.           Item = dxBarButton5
  786.           Visible = True
  787.         end
  788.         item
  789.           Item = dxBarButton6
  790.           Visible = True
  791.         end
  792.         item
  793.           Item = dxBarButton7
  794.           Visible = True
  795.         end>
  796.     end
  797.     object dxBarButton4: TdxBarButton
  798.       Action = actcheckall
  799.       Category = 0
  800.     end
  801.     object dxBarButton5: TdxBarButton
  802.       Action = actchecknone
  803.       Category = 0
  804.     end
  805.     object dxBarButton6: TdxBarButton
  806.       Action = actcheckearch
  807.       Category = 0
  808.     end
  809.     object dxBarButton7: TdxBarButton
  810.       Action = actcheckinvert
  811.       Category = 0
  812.     end
  813.     object dxBarButton8: TdxBarButton
  814.       Action = actExplorer
  815.       Category = 0
  816.       PaintStyle = psCaptionGlyph
  817.     end
  818.     object dxBarButton9: TdxBarButton
  819.       Action = actProperties
  820.       Category = 0
  821.       PaintStyle = psCaptionGlyph
  822.     end
  823.     object btndelete: TdxBarSubItem
  824.       Caption = 'Delete'
  825.       Category = 0
  826.       Visible = ivAlways
  827.       ImageIndex = 1
  828.       ItemLinks = <
  829.         item
  830.           Item = dxBarButton11
  831.           Visible = True
  832.         end
  833.         item
  834.           Item = dxBarButton10
  835.           Visible = True
  836.         end>
  837.     end
  838.     object dxBarButton10: TdxBarButton
  839.       Caption = 'Remove Selected File'
  840.       Category = 0
  841.       Visible = ivAlways
  842.     end
  843.     object dxBarButton11: TdxBarButton
  844.       Action = actdelete
  845.       Category = 0
  846.     end
  847.     object dxBarButton12: TdxBarButton
  848.       Action = actdelete
  849.       Category = 0
  850.       PaintStyle = psCaptionGlyph
  851.     end
  852.     object File1: TdxBarSubItem
  853.       Caption = 'File'
  854.       Category = 4
  855.       Visible = ivAlways
  856.       ItemLinks = <
  857.         item
  858.           Item = dxBarButton1
  859.           Visible = True
  860.         end
  861.         item
  862.           BeginGroup = True
  863.           Item = OpenFile1
  864.           Visible = True
  865.         end
  866.         item
  867.           Item = OpenWidth1
  868.           Visible = True
  869.         end
  870.         item
  871.           BeginGroup = True
  872.           Item = dxBarButton8
  873.           Visible = True
  874.         end
  875.         item
  876.           Item = dxBarButton9
  877.           Visible = True
  878.         end
  879.         item
  880.           BeginGroup = True
  881.           Item = Report1
  882.           Visible = True
  883.         end
  884.         item
  885.           BeginGroup = True
  886.           Item = Exit1
  887.           Visible = True
  888.         end>
  889.     end
  890.     object OpenFile1: TdxBarButton
  891.       Action = actopen
  892.       Category = 1
  893.     end
  894.     object OpenWidth1: TdxBarButton
  895.       Action = actopenwith
  896.       Category = 1
  897.     end
  898.     object Report1: TdxBarButton
  899.       Action = actreport
  900.       Category = 1
  901.     end
  902.     object Exit1: TdxBarButton
  903.       Action = actExit
  904.       Category = 1
  905.     end
  906.     object Edit1: TdxBarSubItem
  907.       Caption = 'Edit'
  908.       Category = 4
  909.       Visible = ivAlways
  910.       ItemLinks = <
  911.         item
  912.           Item = dxBarButton2
  913.           Visible = True
  914.         end
  915.         item
  916.           BeginGroup = True
  917.           Item = dxBarButton4
  918.           Visible = True
  919.         end
  920.         item
  921.           Item = dxBarButton5
  922.           Visible = True
  923.         end
  924.         item
  925.           Item = dxBarButton6
  926.           Visible = True
  927.         end
  928.         item
  929.           Item = dxBarButton7
  930.           Visible = True
  931.         end
  932.         item
  933.           BeginGroup = True
  934.           Item = Excludethisfolderfromfuturesearches1
  935.           Visible = True
  936.         end>
  937.     end
  938.     object Excludethisfolderfromfuturesearches1: TdxBarButton
  939.       Action = checkexclude
  940.       Category = 2
  941.     end
  942.     object Help1: TdxBarSubItem
  943.       Caption = 'Help'
  944.       Category = 4
  945.       Visible = ivAlways
  946.       ItemLinks = <
  947.         item
  948.           Item = HelpContents1
  949.           Visible = True
  950.         end
  951.         item
  952.           Item = Homepage1
  953.           Visible = True
  954.         end
  955.         item
  956.           BeginGroup = True
  957.           Item = About1
  958.           Visible = True
  959.         end>
  960.     end
  961.     object HelpContents1: TdxBarButton
  962.       Action = acthelp
  963.       Category = 3
  964.     end
  965.     object Homepage1: TdxBarButton
  966.       Action = acthome
  967.       Category = 3
  968.     end
  969.     object About1: TdxBarButton
  970.       Action = actabout
  971.       Category = 3
  972.     end
  973.   end
  974.   object Timer1: TTimer
  975.     Interval = 200
  976.     OnTimer = Timer1Timer
  977.     Left = 8
  978.     Top = 56
  979.   end
  980. end
  981.